ComponentOne Xamarin.Android
IsPlain Property (C1GroupCollectionView<S>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : IsPlain Property
Gets whether the group items will be inline with the data items or the items will be the first level of group items.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsPlain As Boolean
'Usage
 
Dim instance As C1GroupCollectionView(Of S)
Dim value As Boolean
 
value = instance.IsPlain
public override bool IsPlain {get;}
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members